Skip to content

Update playwright requirement from ~=1.50.0 to ~=1.51.0 in the browsergym-related group#2

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/browsergym-related-2da9c1d327
Closed

Update playwright requirement from ~=1.50.0 to ~=1.51.0 in the browsergym-related group#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/browsergym-related-2da9c1d327

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Updates the requirements on playwright to permit the latest version.
Updates playwright to 1.51.0

Release notes

Sourced from playwright's releases.

v1.51.0

Highlights

  • New option indexed_db for browserContext.storage_state() allows to save and restore IndexedDB contents. Useful when your application uses IndexedDB API to store authentication tokens, like Firebase Authentication.

    Here is an example following the authentication guide:

    # Save storage state into the file. Make sure to include IndexedDB.
    storage = context.storage_state(path="state.json", indexed_db=True)
    Create a new context with the saved storage state.
    context = browser.new_context(storage_state="state.json")

  • New option visible for locator.filter() allows matching only visible elements.

    # Ignore invisible todo items.
    todo_items = page.get_by_test_id("todo-item").filter(visible=True)
    # Check there are exactly 3 visible ones.
    expect(todo_items).to_have_count(3)
  • New option contrast for methods page.emulate_media() and browser.new_context() allows to emulate the prefers-contrast media feature.

  • New option fail_on_status_code makes all fetch requests made through the APIRequestContext throw on response codes other than 2xx and 3xx.

Browser Versions

  • Chromium 134.0.6998.35
  • Mozilla Firefox 135.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 133
  • Microsoft Edge 133
Commits
  • 256635b devops: fix ESRP publishing
  • 3f97c8a chore(roll): roll Playwright to 1.51.1 (#2786)
  • 25fb05d test: migrate flaky plugin to rerunfailures (#2772)
  • 1b95464 chore(roll): roll Playwright to 1.51.0-beta-1741166263000 (#2767)
  • 55725d5 test: unflake tests (#2768)
  • 8533973 build(deps): bump setuptools from 75.8.0 to 75.8.2 (#2763)
  • 23f1532 build(deps): bump pytest from 8.3.4 to 8.3.5 (#2762)
  • 3e61c3f build(deps): bump types-requests from 2.32.0.20241016 to 2.32.0.20250301 (#2761)
  • 738f98d devops: use ESRP PME for publishing (#2760)
  • 4e98d68 build(deps): bump flake8 from 7.1.1 to 7.1.2 (#2748)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version.

Updates `playwright` to 1.51.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.50.0...v1.51.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  dependency-group: browsergym-related
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 27, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 21, 2025

Looks like playwright is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 21, 2025
@dependabot dependabot bot deleted the dependabot/pip/browsergym-related-2da9c1d327 branch April 21, 2025 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants